Einhugur macOS Bridge plugin.

NSArray.IsNSArray Method

Returns true if the NSObject under the hood is NSArray or derived from NSArray.

shared IsNSArray(
   value as EinhugurCoreBridge.NSObject) as Boolean

Parameters

value
The NSObject to check.

Returns

Boolean
True if the Cocoa object under the hood is actually NSArray or derived from NSArray.

Remarks

See Also

NSArray Class